Fix print message

master
Your Name Comes Here 15 years ago
parent 353f4b2097
commit 997bfd27c4

@ -5297,8 +5297,8 @@ sub createiso{
isotosys();
#delete old squashfs
printmes(" ".gettext('Removing old image of system')); printmes("...");
if(defined $data{arg}{rebuild} && $data{squash_del}){
printmes(" ".gettext('Removing old image of system')); printmes("...");
if(system("rm /mnt/flash/$data{squash_del}")){
printmes(" ".gettext('error').".\n");
breakiso();

Loading…
Cancel
Save