Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 28, 2024
1 parent 3aca864 commit 14dd1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/action_deploy_undeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ if [[ "$mode" == "deploy" || "$mode" == "deployall" ]]; then

# Load dump file
echo `date +'%Y-%m-%d %H:%M:%S'`" Search dumpfile into $dirwithdumpfile"
if [| -s $dirwithdumpfile/.sellyoursaas.deploy.meta ]]; then
if [[ -s $dirwithdumpfile/.sellyoursaas.deploy.meta ]]; then
listoffiles=`cat $dirwithdumpfile/.sellyoursaas.deploy.meta 2>/dev/null`
echo `date +'%Y-%m-%d %H:%M:%S'`" list of sql files found into .sellyoursaas.deploy.meta: $listoffiles"
else
Expand Down

0 comments on commit 14dd1a3

Please sign in to comment.