Skip to content

Commit 88183e3

Browse files
committed
Fix Bug
1 parent 12ef4d2 commit 88183e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ fi
9494

9595
#### BACKGROUND VIDEO ####
9696
if [ -f "$PTERO/public/$BACKGROUND" ]; then
97-
rm -r "$BACKGROUND"
97+
cd "$PTERO/public" && rm -r "$BACKGROUND"
9898
rm -r "$PTERO/resources/scripts/user.css"
9999
rm -r "$INFORMATIONS"
100100
fi

0 commit comments

Comments
 (0)