cleanup messages
This commit is contained in:
@ -2,10 +2,10 @@ UPLOAD_SCRIPT="upload.php"
|
||||
|
||||
echo "Checking if $UPLOAD_SCRIPT exists in /var/www/html"
|
||||
if [ -f "$UPLOAD_SCRIPT" ]; then
|
||||
echo "$FILE exists, not copying"
|
||||
echo "Upload script was found, ignoring copy."
|
||||
else
|
||||
cp /var/www/html/$UPLOAD_SCRIPT $UPLOAD_SCRIPT
|
||||
echo "$UPLOAD_SCRIPT copied to /var/www/html/$UPLOAD_SCRIPT"
|
||||
echo "Upload script was not found, copying it."
|
||||
fi
|
||||
|
||||
# Start Nginx
|
||||
|
Reference in New Issue
Block a user