Skip to content
Snippets Groups Projects
Commit cf35a2a3 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Server: added comment to rsync_ui.sh to clarify "set -e"

parent a0d7042f
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e # error out when one of the commands in the script errors.
FLAMENCO_DIR="$(dirname "$(readlink -f "$0")")" FLAMENCO_DIR="$(dirname "$(readlink -f "$0")")"
if [ ! -d "$FLAMENCO_DIR" ]; then if [ ! -d "$FLAMENCO_DIR" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment