Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LIghtJUNction authored Sep 3, 2024
1 parent 135b38f commit 257c602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MyModule/install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
SKIPMOUNT=false
PROPFILE=false
POSTFSDATA=true
LATESTARTSERVICE=false
POSTFSDATA=false
LATESTARTSERVICE=true

# Define Several Variables
[ -z $TMPDIR ] && TMPDIR=/dev/tmp;
Expand Down

0 comments on commit 257c602

Please sign in to comment.