Skip to content
Snippets Groups Projects
Commit 938b26b0 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Stop only if it is an upgrade

parent 0484f341
Branches
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ if [ -e "content.zip" ]; then
unzip "content.zip";
rm "content.zip";
else
if [ $4 == 'upgrade' ]; then
echo 'Pages do not exist yet';
exit 0
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment