mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
FS manager stuff
This commit is contained in:
parent
fdce35d610
commit
2322eed4c8
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ done
|
|||
sudo -u $user tar -czf "$archive.tar.gz" \
|
||||
$src1 $src2 $src3 $src4 $src5 $src6 $src7 > /dev/null 2>&1
|
||||
if [ "$?" -ne 0 ]; then
|
||||
echo "Error: archive $archive.tar.gz was not created"
|
||||
# echo "Error: archive $archive.tar.gz was not created"
|
||||
exit 3
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue