mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-05 11:01:59 +01:00
add local COUNTER FILE to rename_user_queue
This commit is contained in:
parent
b8b07a4df2
commit
1b4b4a8f41
1 changed files with 1 additions and 1 deletions
|
@ -1181,7 +1181,7 @@ validate_queue_name() {
|
||||||
rename_user_queue() {
|
rename_user_queue() {
|
||||||
# this function renames queues
|
# this function renames queues
|
||||||
local QRN=$TMP/sbopkg-queue-rename
|
local QRN=$TMP/sbopkg-queue-rename
|
||||||
local NEWNAME
|
local NEWNAME COUNTER FILE
|
||||||
|
|
||||||
queue_dir_lister "Rename Queue" "$(crunch "Select the queue(s) you \
|
queue_dir_lister "Rename Queue" "$(crunch "Select the queue(s) you \
|
||||||
wish to rename and choose <OK> or choose <Back> to \
|
wish to rename and choose <OK> or choose <Back> to \
|
||||||
|
|
Loading…
Reference in a new issue