refactor: Rename restore-img to restore
This commit is contained in:
@@ -17,9 +17,9 @@ mkdir -p $ROOTFS/var/lib/machines
|
|||||||
echo "Creating workspace container..."
|
echo "Creating workspace container..."
|
||||||
cp -a /tmp/aios-backup-$$ $ROOTFS/var/lib/machines/workspace
|
cp -a /tmp/aios-backup-$$ $ROOTFS/var/lib/machines/workspace
|
||||||
|
|
||||||
# Copy backup as restore-img
|
# Copy backup as restore
|
||||||
echo "Creating restore-img container..."
|
echo "Creating restore container..."
|
||||||
cp -a /tmp/aios-backup-$$ $ROOTFS/var/lib/machines/restore-img
|
cp -a /tmp/aios-backup-$$ $ROOTFS/var/lib/machines/restore
|
||||||
|
|
||||||
# Cleanup temp backup
|
# Cleanup temp backup
|
||||||
rm -rf /tmp/aios-backup-$$
|
rm -rf /tmp/aios-backup-$$
|
||||||
|
|||||||
Reference in New Issue
Block a user