Commit 919a8e72ad0ec965a41c181d620114ab9891ed9f
1 parent
41f79697
bug fix
Showing
1 changed file
with
1 additions
and
1 deletions
spod-manager.sh
... | ... | @@ -262,7 +262,7 @@ echo "SPOD MANAGER Action: $ACTION ..." |
262 | 262 | mysql -u $MYSQLUSERNAME -p$MYSQLPASSWORD --host=$MYSQLHOST --database=oxwall < $DB |
263 | 263 | rm -rf /var/www/* |
264 | 264 | rm -rf /var/www/.[^.]* |
265 | - cp -r $SPODWWW /var/www | |
265 | + cp -r $SPODWWW /var | |
266 | 266 | |
267 | 267 | cd /var/www |
268 | 268 | git init | ... | ... |