Remove first run, fixing a bug

This commit is contained in:
Jacob 2023-07-25 18:59:33 +02:00
parent dfc6532220
commit 170e5e0c3e

View file

@ -122,10 +122,6 @@ prepare_dirs() {
check() {
prepare_dirs
[ ! -d "$CONFDIR/spmenu/run" ] && mkdir -p "$CONFDIR/spmenu/run"
if [ ! -f "$CONFDIR/spmenu/run/.first_run" ]; then
print_help
touch "$CONFDIR/spmenu/run/.first_run"
fi
}
print_cli_help() {