mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 15:14:19 +00:00
Make config dir if necessary
This commit is contained in:
parent
91e7378666
commit
d25eb444c7
@ -2593,6 +2593,9 @@ if [ "$is_firstrun" = "true" ]; then
|
|||||||
install_game
|
install_game
|
||||||
fi
|
fi
|
||||||
# Store the first run state for subsequent launches
|
# Store the first run state for subsequent launches
|
||||||
|
if [ ! -d "$conf_dir/$conf_subdir" ]; then
|
||||||
|
mkdir -p "$conf_dir/$conf_subdir"
|
||||||
|
fi
|
||||||
echo "false" > "$conf_dir/$conf_subdir/$firstrun_conf"
|
echo "false" > "$conf_dir/$conf_subdir/$firstrun_conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user