Skip to content

Commit

Permalink
Merge pull request #638 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
loader-reboot: fix codestyle
  • Loading branch information
AuxXxilium authored Oct 30, 2023
2 parents 2cde81c + 28abc8f commit cfddf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/board/arc/overlayfs/usr/sbin/loader-reboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ ! ${USER} = "root" ]; then
exec sudo $0 $@
fi
[ -z "${1}" ] && use
[ ! "${1}" = "junior" -a ! "${1}" = "config" ] && use
[ ! "${1}" = "junior" ] && [ ! "${1}" = "config" ] && use
echo "Rebooting to ${1} mode"
echo 1 > /proc/sys/kernel/syno_install_flag
mount /dev/synoboot1 /mnt
Expand Down

0 comments on commit cfddf2a

Please sign in to comment.