Skip to content

Commit 3837735

Browse files
committed
Merge pull request #5 from carmstrong/master
feat(toolbox): pass through arguments
2 parents cbd8e47 + e6e57f4 commit 3837735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolbox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ if [ ! -d ${machinepath} ] || systemctl is-failed ${machinename} ; then
2323
sudo touch "${machinepath}"/etc/os-release
2424
fi
2525

26-
sudo systemd-nspawn -D "${machinepath}" --share-system --bind=/:/media/root --bind=/usr:/media/root/usr --user="${TOOLBOX_USER}"
26+
sudo systemd-nspawn -D "${machinepath}" --share-system --bind=/:/media/root --bind=/usr:/media/root/usr --user="${TOOLBOX_USER}" "$@"

0 commit comments

Comments
 (0)