diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-01-21 12:30:57 +0100 | 
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-01-21 12:30:57 +0100 | 
| commit | 42cca1ceb867781d643fb481f4acca700b4ad422 (patch) | |
| tree | c829f91825bc20c9f8c550f1ae16f9716b3e29b7 /sbin/itzks-update-disklserver-squashfs-images | |
| parent | ac8fc87f7ee7ad0e891cdd072ad2471cb346df3e (diff) | |
| download | itzks-systems-42cca1ceb867781d643fb481f4acca700b4ad422.tar.gz itzks-systems-42cca1ceb867781d643fb481f4acca700b4ad422.tar.bz2 itzks-systems-42cca1ceb867781d643fb481f4acca700b4ad422.zip | |
sbin/itzks-update-disklserver-squashfs-images: Typo fix rm command.
Diffstat (limited to 'sbin/itzks-update-disklserver-squashfs-images')
| -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  | 
