We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a9ee3 commit 3b31b3fCopy full SHA for 3b31b3f
bin/v_backup_user
@@ -379,7 +379,7 @@ local_backup(){
379
cd $tmpdir
380
tar -cf $V_BACKUP/$user.$V_DATE.tar .
381
chmod 640 $V_BACKUP/$user.$V_DATE.tar
382
- chown root:$user $V_BACKUP/$user.$V_DATE.tar
+ chown nginx:$user $V_BACKUP/$user.$V_DATE.tar
383
localbackup='yes'
384
echo
385
}
0 commit comments