Skip to content

Commit 5253ba6

Browse files
authored
Include php8.3 in init (hestiacp#4554)
1 parent 0599d14 commit 5253ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-user-ssh-jail

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [ ! -d "$chroot" ]; then
6666

6767
# Installing shell files into the user chroot directory
6868
# - IMPORTANT - MODIFY THE FOLLOWING LINES AND THE FILE jk_init.ini ACCORDING TO YOUR SYSTEM AND YOUR PREFERENCES
69-
/sbin/jk_init -f -j "$chroot" extendedshell netutils ssh sftp scp git php php5_6 php7_0 php7_1 php7_2 php7_3 php7_4 php8_0 php8_1 php8_2 > /dev/null 2>&1
69+
/sbin/jk_init -f -j "$chroot" extendedshell netutils ssh sftp scp git php php5_6 php7_0 php7_1 php7_2 php7_3 php7_4 php8_0 php8_1 php8_2 php8_3 > /dev/null 2>&1
7070
/sbin/jk_cp -f -j "$chroot" /bin/id > /dev/null 2>&1
7171

7272
# Jailing user to make sure passwd and groups are set correctly within the jail.

0 commit comments

Comments
 (0)