fix small issue in the script

This commit is contained in:
Lee 2023-06-27 14:35:47 +01:00
parent d21928826e
commit d2751933db

@ -58,7 +58,7 @@ mkdir -p "$backupDirectory"
cd "$backupDirectory" cd "$backupDirectory"
# Create the backup tarball # Create the backup tarball
tar -cf gitea-"$now".tar "$applicationData" tar -cf "$applicationName-$now".tar "$applicationData"
# Set Permissions # Set Permissions
chown "$user:$user" $applicationName-"$now".tar chown "$user:$user" $applicationName-"$now".tar