diff --git a/scripts/upgrade b/scripts/upgrade index 6c762e7..6df7ce4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -57,7 +57,7 @@ chmod +x $install_dir/xftp-server # SPECIFIC SETUP #================================================= -if [ ! -f /etc/opt/simplex-xftp ]; then +if [ ! -d /etc/opt/simplex-xftp ]; then mkdir -p "/etc/opt/simplex-xftp"