time for the first testbuild with nanodesk-installer-gxm

This commit is contained in:
Marcus 2023-10-22 21:38:52 +02:00
parent 8a68da5414
commit aa3680b401
1 changed files with 6 additions and 4 deletions

View File

@ -43,14 +43,16 @@ gxm-confirm() {
} }
gxm-cleanup() { gxm-cleanup() {
echo "!!! An old Errorfile at $ERRORFILE was found !!! echo "!! An old Errorfile
!! $ERRORFILE
!! was found
Last message: $(cat $ERRORFILE)
It is necessary to delete it if you want to continue. It is necessary to delete it if you want to continue.
When deleting it, you will be asked for your password. When deleting it, you will be asked for your password.
Last message was: $(cat $ERRORFILE) Delete $ERRORFILE ?" | $GXMINFO -buttons "Yes:0,No:1" -default Yes -geometry 640x320
Delete $ERRORFILE ?" | $GXMINFO -buttons "Yes:0,No:1" -default Yes
return $? return $?
} }