Software: nginx/1.18.0. PHP/7.4.29 uname -a: Linux ip-172-31-23-220 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/lib/console-setup/ drwxr-xr-x | |
| Viewing file: Select action/file-type: #!/bin/sh
do_configure=no
case "`uname 2>/dev/null`" in
*FreeBSD*)
do_configure=yes
;;
*) # assuming Linux with udev
# Skip only the first time (i.e. when the system boots)
[ ! -f /run/console-setup/boot_completed ] || do_configure=yes
mkdir -p /run/console-setup
> /run/console-setup/boot_completed
[ /etc/console-setup/cached_setup_terminal.sh \
-nt /etc/default/keyboard ] || do_configure=yes
[ /etc/console-setup/cached_setup_terminal.sh \
-nt /etc/default/console-setup ] || do_configure=yes
;;
esac
if [ "$do_configure" = no ]; then
:
else
if [ -f /etc/default/locale ]; then
# In order to permit auto-detection of the charmap when
# console-setup-mini operates without configuration file.
. /etc/default/locale
export LANG
fi
setupcon --save
fi
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0049 ]-- |