mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed path name to backup temp dir
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
15d0fb4feb
commit
116ce931ce
|
@ -218,7 +218,7 @@ $writable_dirs_array =
|
|||
'storage/framework/views',
|
||||
'storage/app',
|
||||
'storage/app/backups',
|
||||
'storage/app/backups-temp',
|
||||
'storage/app/backup-temp',
|
||||
'storage/private_uploads',
|
||||
'public/uploads',
|
||||
];
|
||||
|
@ -247,10 +247,11 @@ if ($dirs_not_writable!='') {
|
|||
|
||||
echo "--------------------- !! ERROR !! ----------------------\n";
|
||||
echo "Please check the permissions on the directories above and re-run this script.\n";
|
||||
echo "------------------------- :( ---------------------------\n";
|
||||
echo "------------------------- :( ---------------------------\n\n";
|
||||
}
|
||||
|
||||
|
||||
|
||||
echo "--------------------------------------------------------\n";
|
||||
echo "STEP 4: Backing up database: \n";
|
||||
echo "--------------------------------------------------------\n\n";
|
||||
|
|
Loading…
Reference in a new issue