fix docker image?
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
UPLOAD_SCRIPT="upload.php"
|
||||
|
||||
echo "Checking if $UPLOAD_SCRIPT exists in /var/www/html"
|
||||
if [ -f "$UPLOAD_SCRIPT" ]; then
|
||||
echo "Checking if upload script exists in /var/www/html"
|
||||
if [ -f "/var/www/html/upload.php" ]; then
|
||||
echo "Upload script was found, ignoring copy."
|
||||
else
|
||||
cp /var/www/html/$UPLOAD_SCRIPT $UPLOAD_SCRIPT
|
||||
cp /tmp/upload.php /var/www/html
|
||||
echo "Upload script was not found, copying it."
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user