Revert "change image from ubuntu to bash"

This reverts commit f3facd0cd3.
This commit is contained in:
Kim Oliver Drechsel 2021-09-21 20:25:56 +02:00
parent f3facd0cd3
commit dc64cd70d8

View File

@ -23,7 +23,7 @@ trash_empty() {
}
trash_restore() {
for FILE_TO_RESTORE in $@; do
for FILE_TO_RESTORE in "$@"; do
# Get old filepath for restore
OLD_PATH=$(grep "$FILE_TO_RESTORE" "$FILE_PATHS_FILE" | cut -d ' ' -f2)