Simplify interactive
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 21s

This commit is contained in:
Your Name
2025-05-10 22:27:51 +12:00
parent ed68b58e5c
commit d1d880a3a8
2 changed files with 3 additions and 18 deletions

View File

@ -5,7 +5,6 @@
MYID=$(id -u)
MYGRP=$(id -g)
_autocommandrun_volume() {
local command="$1"
local volume_name="$2"
@ -188,5 +187,3 @@ autorestore() {
_autocommandparse restore "$BACKUP_TEMP_PATH" "$@"
}