Skip to content

Commit

Permalink
Merge pull request #304 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
storagepanel: rework
  • Loading branch information
AuxXxilium authored Jan 28, 2024
2 parents daf104e + 106d92b commit c85c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storagepanel/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "${1}" = "late" ]; then
echo "[Service]" >>${DEST}
echo "Type=oneshot" >>${DEST}
echo "RemainAfterExit=true" >>${DEST}
echo "ExecStart=/usr/sbin/storagepanel.sh $2 $3" >>${DEST}
echo "ExecStart=/usr/sbin/storagepanel.sh $1 $2" >>${DEST}
echo >>${DEST}
echo "[Install]" >>${DEST}
echo "WantedBy=multi-user.target" >>${DEST}
Expand Down

0 comments on commit c85c2a6

Please sign in to comment.