Skip to content

Commit 01eb7dc

Browse files
committed
Quick Save
1 parent 956895d commit 01eb7dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

start-vm.bash

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ if [ -d Sites ]; then
5656
multipass mount Sites $MACHINE:Sites
5757
fi
5858

59+
#
60+
# Include staff-favorites.bash if exists
61+
#
62+
if [ -f staff-favorites.bash ]; then
63+
multipass transfer staff-favorites.bash $MACHINE:.
64+
fi
65+
5966
#
6067
# Display state of machine
6168
#

0 commit comments

Comments
 (0)