diff options
Diffstat (limited to 'sbin')
| -rwxr-xr-x | sbin/itzks-update-disklserver-squashfs-images | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sbin/itzks-update-disklserver-squashfs-images b/sbin/itzks-update-disklserver-squashfs-images index ad2ebe3..bc77854 100755 --- a/sbin/itzks-update-disklserver-squashfs-images +++ b/sbin/itzks-update-disklserver-squashfs-images @@ -39,7 +39,7 @@ for chroot in ${ltsp_chroots}; do  		echo "chroot $LTSP_OPT/$chroot's squashfs image is up-to-date. Skipping..."  	else  		if ltsp-update-image $chroot; then  -			rm -f $LTSP_OPT/$chroot/$chroot-updated_*.squashfs-created +			rm -f $LTSP_OPT/$chroot/chroot-updated_*.squashfs-created  			touch $LTSP_OPT/$chroot/${latest_upgrade}.squashfs-created  		fi  	fi  | 
