mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-04 14:36:53 +00:00
Update uup_dump_iso_creator.sh
This commit is contained in:
parent
22aa3aef96
commit
39ff81dee4
@ -82,8 +82,8 @@ function get_destination_path() {
|
||||
|
||||
if [[ ! -d "$user_path" ]]; then
|
||||
if mkdir -p "$user_path" 2>/dev/null; then
|
||||
msg_ok "$(translate "Directory created successfully:") $user_path"
|
||||
echo "$user_path"
|
||||
#msg_ok "$(translate "Directory created successfully:") $user_path"
|
||||
#echo "$user_path"
|
||||
return 0
|
||||
else
|
||||
dialog --msgbox "$(translate "Error: Cannot create directory") '$user_path'. $(translate "Please check permissions and try again.")" 8 60
|
||||
|
Loading…
x
Reference in New Issue
Block a user