Browse Source

Include php8.3 in init (#4554)

Jaap Marcus 1 year ago
parent
commit
5253ba6aa0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-add-user-ssh-jail

+ 1 - 1
bin/v-add-user-ssh-jail

@@ -66,7 +66,7 @@ if [ ! -d "$chroot" ]; then
 
 
 	# Installing shell files into the user chroot directory
 	# Installing shell files into the user chroot directory
 	# - IMPORTANT - MODIFY THE FOLLOWING LINES AND THE FILE jk_init.ini ACCORDING TO YOUR SYSTEM AND YOUR PREFERENCES
 	# - IMPORTANT - MODIFY THE FOLLOWING LINES AND THE FILE jk_init.ini ACCORDING TO YOUR SYSTEM AND YOUR PREFERENCES
-	/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
+	/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
 	/sbin/jk_cp -f -j "$chroot" /bin/id > /dev/null 2>&1
 	/sbin/jk_cp -f -j "$chroot" /bin/id > /dev/null 2>&1
 
 
 	# Jailing user to make sure passwd and groups are set correctly within the jail.
 	# Jailing user to make sure passwd and groups are set correctly within the jail.