change image from ubuntu to bash
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kim Oliver Drechsel 2021-09-21 20:25:05 +02:00
parent 6ec5aa8ded
commit f3facd0cd3

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)