Use master version.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-16 11:31:09 +01:00
parent d7078d1625
commit 571bbf95dc
2 changed files with 6 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ if [ -f /firstrun ]; then
cd /root
tar xf "BackupPC-$BACKUPPC_VERSION.tar.gz"
cd "/root/BackupPC-$BACKUPPC_VERSION"
cd "/root/backuppc-$BACKUPPC_VERSION"
# Configure WEB UI access
configure_admin=""
@@ -120,7 +121,7 @@ if [ -f /firstrun ]; then
fi
# Clean
rm -rf "/root/BackupPC-$BACKUPPC_VERSION.tar.gz" "/root/BackupPC-$BACKUPPC_VERSION" /firstrun
rm -rf "/root/BackupPC-$BACKUPPC_VERSION.tar.gz" "/root/BackupPC-$BACKUPPC_VERSION" "/root/backuppc-$BACKUPPC_VERSION" /firstrun
fi
export BACKUPPC_UUID